CMIS 440 Programming Project 2 Project 2 involves building a Web application that is designed using Model 2 architecture. This project is intended to...
CMIS 440 Programming Project 2 Project 2 involves building a Web application that is designed using Model 2 architecture. This project is intended to enforce your knowledge in:
Project Requirements Develop and implement an employee hiring Web application using Model 2 architecture, that:
The application must use flat text files Departments.txt, Employees.txt, and Hiring.txt to store and/or retrieve its data.
The Web application's form should contain:
The Web application must use:
o HiringServlet should act as the controller. o form.jsp and confirmation.jsp pages should act as the view. o Employee, Department, and Hiring JavaBean classes as well as the HiringService and DepartmentService ordinary Java classes should act as the model. Note 1: Please make sure to examine in details the Web application's structure of Example 9 from online Module 3 (Table of Contents -> Course Content-> Week 4 ->Activities-> Servlets-> Commentary Module 3:Servlets)
The Employees.txt, and Hiring.txt files should be populated through the Web application. Note: All the input and output should be handled by the view (no Java code implementing input checking or business logic should be placed in the JSPs). All entry information should be properly checked by the controller. All the business logic should be handled by the model. Project Submission All the required files should be submitted in your assignment folder in one zip file named StudentFirstInitialStudentLastNameProject2.zip.(For example, awebbProject2.zip): 1. Design Diagram demonstrating the architecture of the application 2. a zip file of your Netbeans project and any additional files if required 3. Word document including: a. Test plan (steps and scenarios including data be used for testing); b. Screen snapshots of each of your test cases (provide input parameters and screenshots demonstrating the results) 4. Description of the architecture that you implemented 5. Description of how to set up your application a. this description should include all steps starting from how to open your project in NetBeans, how to compile, how to run locally, version of the Netbeans, Application Server used (Tomcat or Glassfish), how to start GlassFish/Tomcat from the netbeans 6. Description of the Tools and architecture that you implemented, such as a. user will open IE and invoke index.jsp located in xxx, index.jsp has an HREF that includes a location of the servlet b. the servlet URL is defined in web.xml and etc 7. SQL Scripts and instructions how to execute them |
10 years ago
20